Returns Job

This job shows the basic outline of a working application built entirely within RackForms

Requirements:

As this job connects to an SQL database, you will need to have the proper database configuration.

If you want to use the job as is, you will need to create a database user with the following details:

name: formboss
password: test
host: localhost

Then run the returns.sql job against your local SQL server (in phpMyAdmin would be fine)

In other words, if you simply want to try out the job, so do on your local machine.


If you want to customize the app or use in a production environ, you should edit the SQL values found in the various
Page PHP Head Code sections to match your server.



Most importantlly, please note this is non-supported code. It exists solely to help guide you in your own coding!